[INFO] cloning repository https://github.com/Yarmal12/leo_repo
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Yarmal12/leo_repo" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FYarmal12%2Fleo_repo", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FYarmal12%2Fleo_repo'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] bc00f71c45af922c40cf10f6ca3c5ea12d552fc1
[INFO] checking Yarmal12/leo_repo against master#ab26b175979ee7b2cb3302dce204b99df96f7efb for pr-157696
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FYarmal12%2Fleo_repo" "/workspace/builds/worker-2-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc1/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-2-tc1/source/.cargo/config
[INFO] started tweaking git repo https://github.com/Yarmal12/leo_repo
[INFO] finished tweaking git repo https://github.com/Yarmal12/leo_repo
[INFO] tweaked toml for git repo https://github.com/Yarmal12/leo_repo written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Yarmal12/leo_repo on toolchain ab26b175979ee7b2cb3302dce204b99df96f7efb
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ab26b175979ee7b2cb3302dce204b99df96f7efb" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/Yarmal12/leo_repo already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ab26b175979ee7b2cb3302dce204b99df96f7efb" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3e793bdf10248eb2ddbd6b0faebed8155c11b4589982e2893733958d93e8d540" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] b44eba68d03b7594f32366fb6a2f1b40d976d28bf5707a14fca5f57639cbd9be
[INFO] running `Command { std: "docker" "start" "b44eba68d03b7594f32366fb6a2f1b40d976d28bf5707a14fca5f57639cbd9be", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "b44eba68d03b7594f32366fb6a2f1b40d976d28bf5707a14fca5f57639cbd9be" "/opt/rustwide/cargo-home/bin/cargo" "+ab26b175979ee7b2cb3302dce204b99df96f7efb" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "b44eba68d03b7594f32366fb6a2f1b40d976d28bf5707a14fca5f57639cbd9be", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "b44eba68d03b7594f32366fb6a2f1b40d976d28bf5707a14fca5f57639cbd9be" "/opt/rustwide/cargo-home/bin/cargo" "+ab26b175979ee7b2cb3302dce204b99df96f7efb" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]     Checking leo-span v1.5.3 (/opt/rustwide/workdir/leo/span)
[INFO] [stderr]     Checking leo-abnf v1.5.3 (/opt/rustwide/workdir/docs/grammar)
[INFO] [stdout] warning: use of deprecated module `std::intrinsics`: import this function via `std::mem` instead
[INFO] [stdout]   --> leo/span/src/symbol.rs:28:22
[INFO] [stdout]    |
[INFO] [stdout] 28 | use std::intrinsics::transmute;
[INFO] [stdout]    |                      ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated module `std::intrinsics`: import this function via `std::mem` instead
[INFO] [stdout]   --> leo/span/src/symbol.rs:28:22
[INFO] [stdout]    |
[INFO] [stdout] 28 | use std::intrinsics::transmute;
[INFO] [stdout]    |                      ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking leo-errors v1.5.3 (/opt/rustwide/workdir/leo/errors)
[INFO] [stdout] warning: unused import: `self::macros::*`
[INFO] [stdout]   --> leo/errors/src/common/mod.rs:28:9
[INFO] [stdout]    |
[INFO] [stdout] 28 | pub use self::macros::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::create_errors`
[INFO] [stdout]   --> leo/errors/src/compiler/compiler_errors.rs:17:5
[INFO] [stdout]    |
[INFO] [stdout] 17 | use crate::create_errors;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::create_errors`
[INFO] [stdout]   --> leo/errors/src/import/import_errors.rs:17:5
[INFO] [stdout]    |
[INFO] [stdout] 17 | use crate::create_errors;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::create_errors`
[INFO] [stdout]   --> leo/errors/src/input/input_errors.rs:17:5
[INFO] [stdout]    |
[INFO] [stdout] 17 | use crate::create_errors;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::create_errors`
[INFO] [stdout]   --> leo/errors/src/package/package_errors.rs:17:5
[INFO] [stdout]    |
[INFO] [stdout] 17 | use crate::create_errors;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `self::macros::*`
[INFO] [stdout]   --> leo/errors/src/common/mod.rs:28:9
[INFO] [stdout]    |
[INFO] [stdout] 28 | pub use self::macros::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::create_errors`
[INFO] [stdout]   --> leo/errors/src/parser/parser_errors.rs:17:5
[INFO] [stdout]    |
[INFO] [stdout] 17 | use crate::create_errors;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::create_errors`
[INFO] [stdout]   --> leo/errors/src/state/state_errors.rs:17:5
[INFO] [stdout]    |
[INFO] [stdout] 17 | use crate::create_errors;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::create_errors`
[INFO] [stdout]   --> leo/errors/src/compiler/compiler_errors.rs:17:5
[INFO] [stdout]    |
[INFO] [stdout] 17 | use crate::create_errors;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::create_errors`
[INFO] [stdout]   --> leo/errors/src/import/import_errors.rs:17:5
[INFO] [stdout]    |
[INFO] [stdout] 17 | use crate::create_errors;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::create_errors`
[INFO] [stdout]   --> leo/errors/src/input/input_errors.rs:17:5
[INFO] [stdout]    |
[INFO] [stdout] 17 | use crate::create_errors;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::create_errors`
[INFO] [stdout]   --> leo/errors/src/package/package_errors.rs:17:5
[INFO] [stdout]    |
[INFO] [stdout] 17 | use crate::create_errors;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::create_errors`
[INFO] [stdout]   --> leo/errors/src/parser/parser_errors.rs:17:5
[INFO] [stdout]    |
[INFO] [stdout] 17 | use crate::create_errors;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::create_errors`
[INFO] [stdout]   --> leo/errors/src/state/state_errors.rs:17:5
[INFO] [stdout]    |
[INFO] [stdout] 17 | use crate::create_errors;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking leo-ast v1.5.3 (/opt/rustwide/workdir/compiler/ast)
[INFO] [stderr]     Checking leo-test-framework v1.5.3 (/opt/rustwide/workdir/tests/test-framework)
[INFO] [stderr]     Checking leo-package v1.5.3 (/opt/rustwide/workdir/leo/package)
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> compiler/ast/src/lib.rs:56:9
[INFO] [stdout]    |
[INFO] [stdout] 56 | pub use self::input::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ the name `definition` in the type namespace is first re-exported here
[INFO] [stdout] ...
[INFO] [stdout] 68 | pub use self::statements::*;
[INFO] [stdout]    |         ------------------- but the name `definition` in the type namespace is also re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(ambiguous_glob_reexports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> compiler/ast/src/lib.rs:56:9
[INFO] [stdout]    |
[INFO] [stdout] 56 | pub use self::input::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ the name `definition` in the type namespace is first re-exported here
[INFO] [stdout] ...
[INFO] [stdout] 68 | pub use self::statements::*;
[INFO] [stdout]    |         ------------------- but the name `definition` in the type namespace is also re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(ambiguous_glob_reexports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking leo-parser v1.5.3 (/opt/rustwide/workdir/compiler/parser)
[INFO] [stderr]     Checking leo-ast-passes v1.5.3 (/opt/rustwide/workdir/compiler/ast-passes)
[INFO] [stderr]     Checking leo-compiler v1.5.3 (/opt/rustwide/workdir/compiler/compiler)
[INFO] [stderr]     Checking leo-lang v1.5.3 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unexpected `cfg` condition value: `json`
[INFO] [stdout]   --> leo/logger.rs:60:11
[INFO] [stdout]    |
[INFO] [stdout] 60 |     #[cfg(feature = "json")]
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `ci_skip`, `default`, and `noconfig`
[INFO] [stdout]    = help: consider adding `json` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `json`
[INFO] [stdout]   --> leo/logger.rs:60:11
[INFO] [stdout]    |
[INFO] [stdout] 60 |     #[cfg(feature = "json")]
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `ci_skip`, `default`, and `noconfig`
[INFO] [stdout]    = help: consider adding `json` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `json`
[INFO] [stdout]   --> leo/logger.rs:60:11
[INFO] [stdout]    |
[INFO] [stdout] 60 |     #[cfg(feature = "json")]
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `ci_skip`, `default`, and `noconfig`
[INFO] [stdout]    = help: consider adding `json` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `json`
[INFO] [stdout]   --> leo/logger.rs:60:11
[INFO] [stdout]    |
[INFO] [stdout] 60 |     #[cfg(feature = "json")]
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `ci_skip`, `default`, and `noconfig`
[INFO] [stdout]    = help: consider adding `json` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.98s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: criterion v0.3.5, quick-xml v0.22.0
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 3`
[INFO] running `Command { std: "docker" "inspect" "b44eba68d03b7594f32366fb6a2f1b40d976d28bf5707a14fca5f57639cbd9be", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b44eba68d03b7594f32366fb6a2f1b40d976d28bf5707a14fca5f57639cbd9be", kill_on_drop: false }`
[INFO] [stdout] b44eba68d03b7594f32366fb6a2f1b40d976d28bf5707a14fca5f57639cbd9be
